Inheritance diagram for Exponent::GUI::Fonts::CFontReference:

Definition at line 37 of file CFontReference.hpp.
| Exponent::GUI::Fonts::CFontReference::CFontReference | ( | const CString & | name, | |
| const CString & | facename | |||
| ) |
Construction
| name | The name of the font | |
| facename | The face name of the font |
| Exponent::GUI::Fonts::CFontReference::CFontReference | ( | const CFontReference & | reference | ) |
Copy construction
| reference | The font reference to copy |
| virtual Exponent::GUI::Fonts::CFontReference::~CFontReference | ( | ) | [virtual] |
Destruction
| const CString& Exponent::GUI::Fonts::CFontReference::getFacename | ( | ) | const [inline] |
Get the filename
| const | CString& The facename of the font |
Definition at line 102 of file CFontReference.hpp.
References m_facename.
| const CString& Exponent::GUI::Fonts::CFontReference::getName | ( | ) | const [inline] |
Get the name
| const | CString& The name of the font |
Definition at line 96 of file CFontReference.hpp.
References m_name.
| CFontReference& Exponent::GUI::Fonts::CFontReference::operator= | ( | const CFontReference & | reference | ) |
Assignment operator
| reference | The font reference to copy |
| CFontReference& | A reference to this |
| void Exponent::GUI::Fonts::CFontReference::setFacename | ( | const CString & | facename | ) | [inline] |
Set the filename
| facename | The face name of the font |
Definition at line 88 of file CFontReference.hpp.
References m_facename.
| void Exponent::GUI::Fonts::CFontReference::setName | ( | const CString & | name | ) | [inline] |
Set the name
| name | The name of the font |
Definition at line 82 of file CFontReference.hpp.
References m_name.
Font face name
Definition at line 111 of file CFontReference.hpp.
Referenced by getFacename(), and setFacename().
CString Exponent::GUI::Fonts::CFontReference::m_name [protected] |